google.golang.org/protobuf/internal/descfmt.records.recs (field)

11 uses

	google.golang.org/protobuf/internal/descfmt (current package)
		stringer.go#L186: 						rs.recs = append(rs.recs, [2]string{"MapKey", k.Kind().String()})
		stringer.go#L284: 	recs       [][2]string
		stringer.go#L297: 	rs.recs = append(rs.recs, newRecs)
		stringer.go#L360: 		rs.recs = append(rs.recs, [2]string{a.name, s})
		stringer.go#L369: 		for _, r := range rs.recs {
		stringer.go#L378: 		for _, r := range rs.recs[len(ss):i] {
		stringer.go#L383: 	for i, r := range rs.recs {
		stringer.go#L391: 	flush(len(rs.recs))